html{
  height: 100%;
}
body{
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  color: #222222;
}

img{
  border: 0;
}

a{
  color: #00D447;
}

a:visited{
  color: #00D447;
}

#container{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 1300px;
  min-height: 700px;
}

#header{
  position: relative;
  text-align: center;
  border-bottom: 2px solid #F57E16;
  height: 12%;
  overflow: hidden;
}

#central{
  height: 85%;
}

#central #sidebar{
  display: inline-block;
  height: 100%;
  width: 23%;
  vertical-align: top;
  border-left: 2px solid #F57E16;
}

#central #content{
  display: inline-block;
  height: 100%;
  width: 74%;
  vertical-align: top;
  overflow: auto;
  padding-left: 2%;
}

#footer{
  height: 2%;
  text-align: center;
  border-top: 2px solid #F57E16;
}
